func runtime.newBucket

2 uses

	runtime (current package)
		mprof.go#L163: func newBucket(typ bucketType, nstk int) *bucket {
		mprof.go#L241: 	b := newBucket(typ, len(stk))